xen.git
2005-09-17 emellor@ewanRemoved unused getDB method.
2005-09-17 emellor@ewanMoved xroot variable to not confuse pylint (and me).
2005-09-17 emellor@ewanRemoved unused impotr and marked some parameters as...
2005-09-17 emellor@ewanRename feilds to fields throughout.
2005-09-17 emellor@ewanRemove unused import, and unused class TwistedAdapter...
2005-09-17 emellor@ewanAdded _1,.._5 to dummy-variables, so that we can specif...
2005-09-17 kaf24@firebug... Small cleanup to tpm split driver.
2005-09-17 kaf24@firebug... Remove native tpm drivers from the linux sparse tree...
2005-09-16 cl349@firebug... Cleanup domain listing on xend start. Fix reaper some...
2005-09-16 cl349@firebug... Add bindings for xs_get_domain_path().
2005-09-16 cl349@firebug... Don't run reap() or domain_restarts() as side-effects...
2005-09-16 cl349@firebug... Move dom0 setup code out of initial_refresh.
2005-09-16 cl349@firebug... Remove pretty random cleanup code in _add_domain.
2005-09-16 cl349@firebug... Use "vcpu" when referring to vcpus.
2005-09-16 cl349@firebug... Make dom0_enforce_cpus() use vcpu_hotplug rather than...
2005-09-16 cl349@firebug... merge?
2005-09-16 cl349@firebug... Fix the control panel problem.
2005-09-16 cl349@firebug... merge?
2005-09-16 cl349@firebug... Cleanup domain reaper and domain destruction functions.
2005-09-16 cl349@firebug... Fix setStoreChannel(None) - fixes cleanup on destroy.
2005-09-16 kaf24@firebug... Clean up and re-indent netback driver.
2005-09-16 kaf24@firebug... Clean up and re-indent netfront.c
2005-09-16 kaf24@firebug... Grant-refrence allocation pools and tracking tables...
2005-09-16 kaf24@firebug... direct_remap_pfn_range() takes a vm_area_struct rather...
2005-09-16 kaf24@firebug... distclean target added to root makefile. From rusty.
2005-09-15 cl349@firebug... Simplify backend flag parsing.
2005-09-15 cl349@firebug... Export block device read-only state into store.
2005-09-15 cl349@firebug... Fix bootloader support some more.
2005-09-15 cl349@firebug... merge?
2005-09-15 cl349@firebug... Maybe fix running bootloader after reboot.
2005-09-15 kaf24@firebug... Start cleaning up grant tables. gnttab_donate now called
2005-09-15 cl349@firebug... merge?
2005-09-15 cl349@firebug... Update image handling code for xstransact.
2005-09-15 shand@ubuntu... Actually update domain info when dom_get() succeeds.
2005-09-15 kaf24@firebug... Fix the libxc Makefile.
2005-09-15 vh249@arcadians... add support for ipv6 address in choose_vnc_display...
2005-09-15 vh249@arcadians... fix build, strings spanning multiple lines are no longe...
2005-09-15 cl349@firebug... merge?
2005-09-15 cl349@firebug... Don't special case getDomainMemory for ia64.
2005-09-15 cl349@firebug... Better build fix.
2005-09-15 kaf24@firebug... Like IA32 PAE xenlinux, we also need make VMX guest...
2005-09-15 cl349@firebug... Cleanup timeout code for when socket is already in...
2005-09-15 cl349@firebug... Fix build!
2005-09-15 kaf24@firebug... Remove bad lines from start od script.
2005-09-15 kaf24@firebug... merge?
2005-09-15 kaf24@firebug... More build fixes for latest binutils. No 'movl' between
2005-09-15 shand@ubuntu... Deal with domain info going away (handle new error...
2005-09-15 shand@ubuntu... O_REUSEADDR is not enough to ensure we don't get addres...
2005-09-15 shand@ubuntu... Make sure xend start doesn't return until xend is ready...
2005-09-15 shand@ubuntu... Disable CONFIG_PNPACPI temporarily in the -xen defconfi...
2005-09-15 djm@kirby.fc... Oops, one hypervisor.h change seems to have unfixed...
2005-09-14 djm@kirby.fc... Add missing include/decl to ia64-specific hypervisor.h
2005-09-14 shand@ubuntu... The dom destroy path is doing a dom_get on a non-existe...
2005-09-14 djm@kirby.fc... Add ia64-specific hypervisor.h
2005-09-14 djm@kirby.fc... Merge latest xen-unstable into xen-ia64-unstable to...
2005-09-14 djm@kirby.fc... Add needed header files that are buried/nested in x86
2005-09-14 djm@kirby.fc... Merge latest xen-unstable into xen-ia64-unstable
2005-09-14 kaf24@firebug... Remove redundant semi-colon from end of DEFINE_RING_TYPES
2005-09-14 cl349@firebug... merge?
2005-09-14 cl349@firebug... Switch most uses of write over to store.
2005-09-14 cl349@firebug... Explicit test for None.
2005-09-14 cl349@firebug... More syntactic sugar.
2005-09-14 cl349@firebug... Move start_time out of xend dir and use gather/store.
2005-09-14 cl349@firebug... Support removing nodes from store if value to store...
2005-09-14 cl349@firebug... Add store function.
2005-09-14 cl349@firebug... Always allow transaction abort.
2005-09-14 cl349@firebug... Add gather function and robustify class methods' failur...
2005-09-14 kaf24@firebug... Fix mmapping of PCI resources from userspace.
2005-09-14 cl349@firebug... merge?
2005-09-14 cl349@firebug... Rename xm commands and cleanup of the "bogus" argument...
2005-09-14 kaf24@firebug... Fix xc_make_page_below_4G(). Should fix PAE domain
2005-09-14 kaf24@firebug... During my attempts to get the latest bridge networking...
2005-09-14 kaf24@firebug... Fix xc_domain_memory_decrease_reservation().
2005-09-14 cl349@firebug... Add methods to read/write Vm/Domain store entries.
2005-09-14 cl349@firebug... Move name back into main domain dir.
2005-09-14 cl349@firebug... Move id back into main domain dir and rename to domid.
2005-09-14 cl349@firebug... merge?
2005-09-14 kaf24@firebug... Set NE bit for VMX guest CR0. VMCS guest CR0.NE bit...
2005-09-14 cl349@firebug... Move uuid back into main domain dir.
2005-09-14 kaf24@firebug... Add some sanity check when creating 3-level 1:1 page...
2005-09-14 kaf24@firebug... Clear pending interrupt on shared page when pic initialized
2005-09-14 kaf24@firebug... Get rid of anonymous unions in public header files.
2005-09-14 cl349@firebug... Call dominfo.device_delete instead of non-existant...
2005-09-14 kaf24@firebug... Remove unsued domain_controller.h file.
2005-09-14 kaf24@firebug... Fix 64-bit build problem. Not allowed to movl between a
2005-09-14 kaf24@firebug... Move hypervisor.h to asm-i386/asm-x86_64.
2005-09-14 kaf24@firebug... mem-map.sxp and vmxloader are unaffected by a 64-bit...
2005-09-14 cl349@firebug... Fix xenstored watch crash.
2005-09-13 cl349@firebug... Don't return failure when trying to delete a non-existe...
2005-09-13 cl349@firebug... Perform xenbus operations in shutdown_handler in a...
2005-09-13 cl349@firebug... Don't cause watch fire deadlock by unconditionally...
2005-09-13 cl349@firebug... Don't fail readDB on empty dirs.
2005-09-13 cl349@firebug... Switch shutdown and sysrq to xstransact.
2005-09-13 djm@kirby.fc... Converge ia64 grant_table API
2005-09-13 cl349@firebug... Free blkif if vbd_create fails.
2005-09-13 djm@kirby.fc... Catchup with xen-unstable, add ia64 specifics to tools...
2005-09-13 kaf24@firebug... Fix the logic in vcpu_sleep_sync(): we must wait until
2005-09-13 djm@kirby.fc... Add ia64 header for synch_bitops.h
2005-09-13 shand@ubuntu... Some more resilience to errors in creating vbds etc...
2005-09-13 cl349@firebug... Switch memory target handling to use xstransact.
next